==========================================
 iComm jQuery Edition (   5.0.)
==========================================
 : RooTM
URL: http://weboss.net/
------------------------------------------
 : 
URL: http://pafnuty.name
icq: 817233
------------------------------------------

==========================================
 ?
==========================================
1.       (1 - php  1 - tpl),      50  5. 
2.   js-,      jQuery.
3.     ,  .
4.     (  title   ,  ),     .
5.     -      ,   ,   DLE.
6.   , ..        .

==========================================

==========================================

1.   icomm.php   /engine/modules/
2.   lastcomm.tpl     .
3.  main.tpl      : {include file="engine/modules/icomm.php"}
4.   .js  (    /js/libs.js)     :
$(function () {
	$(".lcomment:odd").addClass("even");
	$(".lcomment").hover(function(){ $(this).addClass("hover");},function(){$(this).removeClass("hover");});
	$('.lcomment').click(function(){window.location=$(this).find("a").attr("href"); return false;});
	});
	
5.  ,    .css (  styles.css)     :
   : 
/* -- */
  ,        .

.lastcomm li {
	position: relative;
	cursor: pointer;
	}
	.lcommbox {
		position: absolute;
		z-index: 3;
		right: 99999px;
		top: 0px;
		padding:10px; /* -- */
		margin-right: 15px; /* -- */
		border: 1px solid #c7c7c7; /* -- */
		background: #fff; /* -- */
		font-size: 12px; /* -- */
		}
		.lcomment.hover .lcommbox {left: 100%;} /*  ,     -   right: 100%; */
		.lcomment {
			padding: 5px; /* -- */
			background: #fff; /* -- */
			}
			.lcomment a {text-decoration: none;} /* -- */
			.lcomment.even {
				background: #fafafa; /* -- */
				}
			.lcomment.hover {
				background: #fff; /* -- */
				padding: 4px; /* -- */
				border: solid 1px #bddb5c; /* -- */
				border-radius: 4px;  /* -- */
				-moz-border-radius: 4px; /* -- */
				-webkit-border-radius: 4px; /* -- */
				}
				.lcomment.hover a, .lcomment.hover a:hover {
					color: #3d3d3d; /* -- */
					}
			.lcomment span {
				color: #b3b7ba; /* -- */
				}
		.lcom_info {
			margin: -9px -9px 10px -9px; /* -- */
			padding: 10px; /* -- */
			background: #fafafa; /* -- */
			color: #73a331; /* -- */
			}
			
6. !  .

      http://dle-faq.pro